home *** CD-ROM | disk | FTP | other *** search
/ Practical Algorithms for Image Analysis / Practical Algorithms for Image Analysis.iso / CH_5.5 / FITLINE / FITLINE.MAK < prev    next >
Encoding:
Text File  |  1999-09-11  |  8.4 KB  |  263 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=fitline - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to fitline - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "fitline - Win32 Release" && "$(CFG)" !=\
  12.  "fitline - Win32 Debug"
  13. !MESSAGE Invalid configuration "$(CFG)" specified.
  14. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  15. !MESSAGE by defining the macro CFG on the command line.  For example:
  16. !MESSAGE 
  17. !MESSAGE NMAKE /f "fitline.mak" CFG="fitline - Win32 Debug"
  18. !MESSAGE 
  19. !MESSAGE Possible choices for configuration are:
  20. !MESSAGE 
  21. !MESSAGE "fitline - Win32 Release" (based on "Win32 (x86) Console Application")
  22. !MESSAGE "fitline - Win32 Debug" (based on "Win32 (x86) Console Application")
  23. !MESSAGE 
  24. !ERROR An invalid configuration is specified.
  25. !ENDIF 
  26.  
  27. !IF "$(OS)" == "Windows_NT"
  28. NULL=
  29. !ELSE 
  30. NULL=nul
  31. !ENDIF 
  32. ################################################################################
  33. # Begin Project
  34. # PROP Target_Last_Scanned "fitline - Win32 Debug"
  35. CPP=cl.exe
  36. RSC=rc.exe
  37.  
  38. !IF  "$(CFG)" == "fitline - Win32 Release"
  39.  
  40. # PROP BASE Use_MFC 0
  41. # PROP BASE Use_Debug_Libraries 0
  42. # PROP BASE Output_Dir "Release"
  43. # PROP BASE Intermediate_Dir "Release"
  44. # PROP BASE Target_Dir ""
  45. # PROP Use_MFC 0
  46. # PROP Use_Debug_Libraries 0
  47. # PROP Output_Dir "Release"
  48. # PROP Intermediate_Dir "Release"
  49. # PROP Target_Dir ""
  50. OUTDIR=.\Release
  51. INTDIR=.\Release
  52. # Begin Custom Macros
  53. ProjDir=.
  54. # End Custom Macros
  55.  
  56. ALL : "$(OUTDIR)\fitline.exe" "..\..\bindosr\fitline.exe"
  57.  
  58. CLEAN : 
  59.     -@erase "..\..\bindosr\fitline.exe"
  60.     -@erase ".\Release\fitline.exe"
  61.     -@erase ".\Release\fitline.obj"
  62.     -@erase ".\Release\eigenline.obj"
  63.     -@erase ".\Release\mbtoendpts.obj"
  64.  
  65. "$(OUTDIR)" :
  66.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  67.  
  68. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  69. # ADD CPP /nologo /W3 /GX /O2 /I "." /I " ..\..\libtiff\libtiff" /I " ..\..\libimage" /I " ..\..\libip" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  70. CPP_PROJ=/nologo /ML /W3 /GX /O2 /I "." /I " ..\..\libtiff\libtiff" /I\
  71.  " ..\..\libimage" /I " ..\..\libip" /D "WIN32" /D "NDEBUG" /D "_CONSOLE"\
  72.  /Fp"$(INTDIR)/fitline.pch" /YX /Fo"$(INTDIR)/" /c 
  73. CPP_OBJS=.\Release/
  74. CPP_SBRS=
  75. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  76. # ADD RSC /l 0x409 /d "NDEBUG"
  77. BSC32=bscmake.exe
  78. # ADD BASE BSC32 /nologo
  79. # ADD BSC32 /nologo
  80. BSC32_FLAGS=/nologo /o"$(OUTDIR)/fitline.bsc" 
  81. BSC32_SBRS=
  82. LINK32=link.exe
  83. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
  84. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\..\libtiff\libtiff\Release\libtiff.lib ..\..\libimage\Release\libimage.lib ..\..\libip\Release\libip.lib /nologo /subsystem:console /machine:I386
  85. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  86.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  87.  odbccp32.lib ..\..\libtiff\libtiff\Release\libtiff.lib\
  88.  ..\..\libimage\Release\libimage.lib ..\..\libip\Release\libip.lib /nologo\
  89.  /subsystem:console /incremental:no /pdb:"$(OUTDIR)/fitline.pdb" /machine:I386\
  90.  /out:"$(OUTDIR)/fitline.exe" 
  91. LINK32_OBJS= \
  92.     ".\Release\fitline.obj" \
  93.     ".\Release\eigenline.obj" \
  94.     ".\Release\mbtoendpts.obj"
  95.  
  96. "$(OUTDIR)\fitline.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  97.     $(LINK32) @<<
  98.   $(LINK32_FLAGS) $(LINK32_OBJS)
  99. <<
  100.  
  101. # Begin Custom Build
  102. ProjDir=.
  103. InputPath=.\Release\fitline.exe
  104. InputName=fitline
  105. SOURCE=$(InputPath)
  106.  
  107. "$(ProjDir)\..\..\bindosr\$(InputName).exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  108.    copy $(InputPath) $(ProjDir)\..\..\bindosr
  109.  
  110. # End Custom Build
  111.  
  112. !ELSEIF  "$(CFG)" == "fitline - Win32 Debug"
  113.  
  114. # PROP BASE Use_MFC 0
  115. # PROP BASE Use_Debug_Libraries 1
  116. # PROP BASE Output_Dir "Debug"
  117. # PROP BASE Intermediate_Dir "Debug"
  118. # PROP BASE Target_Dir ""
  119. # PROP Use_MFC 0
  120. # PROP Use_Debug_Libraries 1
  121. # PROP Output_Dir "Debug"
  122. # PROP Intermediate_Dir "Debug"
  123. # PROP Target_Dir ""
  124. OUTDIR=.\Debug
  125. INTDIR=.\Debug
  126. # Begin Custom Macros
  127. ProjDir=.
  128. # End Custom Macros
  129.  
  130. ALL : "$(OUTDIR)\fitline.exe" "..\..\bindosd\fitline.exe"
  131.  
  132. CLEAN : 
  133.     -@erase ".\Debug\vc40.pdb"
  134.     -@erase ".\Debug\vc40.idb"
  135.     -@erase ".\Debug\fitline.ilk"
  136.     -@erase ".\Debug\mbtoendpts.obj"
  137.     -@erase ".\Debug\eigenline.obj"
  138.     -@erase ".\Debug\fitline.obj"
  139.     -@erase ".\Debug\fitline.pdb"
  140.     -@erase "..\..\bindosd\fitline.exe"
  141.     -@erase ".\Debug\fitline.exe"
  142.  
  143. "$(OUTDIR)" :
  144.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  145.  
  146. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  147. # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "." /I " ..\..\libtiff\libtiff" /I " ..\..\libimage" /I " ..\..\libip" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  148. CPP_PROJ=/nologo /MLd /W3 /Gm /GX /Zi /Od /I "." /I " ..\..\libtiff\libtiff" /I\
  149.  " ..\..\libimage" /I " ..\..\libip" /D "WIN32" /D "_DEBUG" /D "_CONSOLE"\
  150.  /Fp"$(INTDIR)/fitline.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
  151. CPP_OBJS=.\Debug/
  152. CPP_SBRS=
  153. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  154. # ADD RSC /l 0x409 /d "_DEBUG"
  155. BSC32=bscmake.exe
  156. # ADD BASE BSC32 /nologo
  157. # ADD BSC32 /nologo
  158. BSC32_FLAGS=/nologo /o"$(OUTDIR)/fitline.bsc" 
  159. BSC32_SBRS=
  160. LINK32=link.exe
  161. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386
  162. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\..\libtiff\libtiff\Debug\libtiff.lib ..\..\libimage\Debug\libimage.lib ..\..\libip\Debug\libip.lib /nologo /subsystem:console /debug /machine:I386
  163. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  164.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  165.  odbccp32.lib ..\..\libtiff\libtiff\Debug\libtiff.lib\
  166.  ..\..\libimage\Debug\libimage.lib ..\..\libip\Debug\libip.lib /nologo\
  167.  /subsystem:console /incremental:yes /pdb:"$(OUTDIR)/fitline.pdb" /debug\
  168.  /machine:I386 /out:"$(OUTDIR)/fitline.exe" 
  169. LINK32_OBJS= \
  170.     ".\Debug\mbtoendpts.obj" \
  171.     ".\Debug\eigenline.obj" \
  172.     ".\Debug\fitline.obj"
  173.  
  174. "$(OUTDIR)\fitline.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  175.     $(LINK32) @<<
  176.   $(LINK32_FLAGS) $(LINK32_OBJS)
  177. <<
  178.  
  179. # Begin Custom Build
  180. ProjDir=.
  181. InputPath=.\Debug\fitline.exe
  182. InputName=fitline
  183. SOURCE=$(InputPath)
  184.  
  185. "$(ProjDir)\..\..\bindosd\$(InputName).exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  186.    copy $(InputPath) $(ProjDir)\..\..\bindosd
  187.  
  188. # End Custom Build
  189.  
  190. !ENDIF 
  191.  
  192. .c{$(CPP_OBJS)}.obj:
  193.    $(CPP) $(CPP_PROJ) $<  
  194.  
  195. .cpp{$(CPP_OBJS)}.obj:
  196.    $(CPP) $(CPP_PROJ) $<  
  197.  
  198. .cxx{$(CPP_OBJS)}.obj:
  199.    $(CPP) $(CPP_PROJ) $<  
  200.  
  201. .c{$(CPP_SBRS)}.sbr:
  202.    $(CPP) $(CPP_PROJ) $<  
  203.  
  204. .cpp{$(CPP_SBRS)}.sbr:
  205.    $(CPP) $(CPP_PROJ) $<  
  206.  
  207. .cxx{$(CPP_SBRS)}.sbr:
  208.    $(CPP) $(CPP_PROJ) $<  
  209.  
  210. ################################################################################
  211. # Begin Target
  212.  
  213. # Name "fitline - Win32 Release"
  214. # Name "fitline - Win32 Debug"
  215.  
  216. !IF  "$(CFG)" == "fitline - Win32 Release"
  217.  
  218. !ELSEIF  "$(CFG)" == "fitline - Win32 Debug"
  219.  
  220. !ENDIF 
  221.  
  222. ################################################################################
  223. # Begin Source File
  224.  
  225. SOURCE=.\fitline.c
  226. DEP_CPP_FITLI=\
  227.     ".\..\..\libimage\images.h"\
  228.     ".\..\..\libimage\tiffimage.h"\
  229.     ".\..\..\libip\pcc2.h"\
  230.     
  231.  
  232. "$(INTDIR)\fitline.obj" : $(SOURCE) $(DEP_CPP_FITLI) "$(INTDIR)"
  233.  
  234.  
  235. # End Source File
  236. ################################################################################
  237. # Begin Source File
  238.  
  239. SOURCE=.\eigenline.c
  240. DEP_CPP_EIGEN=\
  241.     ".\..\..\libimage\images.h"\
  242.     
  243.  
  244. "$(INTDIR)\eigenline.obj" : $(SOURCE) $(DEP_CPP_EIGEN) "$(INTDIR)"
  245.  
  246.  
  247. # End Source File
  248. ################################################################################
  249. # Begin Source File
  250.  
  251. SOURCE=.\mbtoendpts.c
  252. DEP_CPP_MBTOE=\
  253.     ".\..\..\libimage\images.h"\
  254.     
  255.  
  256. "$(INTDIR)\mbtoendpts.obj" : $(SOURCE) $(DEP_CPP_MBTOE) "$(INTDIR)"
  257.  
  258.  
  259. # End Source File
  260. # End Target
  261. # End Project
  262. ################################################################################
  263.